<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */
@charset "gb2312";
/*导航开始*/
.nav{ background:#f00; height:40px;}
.menu {font-family: arial, sans-serif;  width:1004px; height:40px; position:relative; margin:0 auto;   }
.menu ul li a, .menu ul li a:visited {display:block; text-decoration:none; width:113px; height:40px; text-align:center; color:#fff;   line-height:40px;  overflow:hidden;  font-size:14px; font-weight:bold;}

.menu ul {padding:0; margin:0;list-style-type: none;}
.menu ul li {float:left; position:relative;line-height:40px; padding:0 5px;}
.menu ul li ul {display: none;}
/* specific to non IE browsers */
.menu ul li:hover a {color:#ad1516; background:url(../images/index_07.jpg) right no-repeat; width:113px; height:40px; line-height:41px;}/********导航背景变色 ******/
.menu ul li:hover ul {display:block; position:absolute;  left:0; width:113px;}
.menu ul li:hover ul  { z-index:9999;}
.jg{ width:2px !important; background:url(../images/nav_d.jpg) right no-repeat; height:40px; padding:0px !important;}
.menu ul li:hover ul li a {display:block; background:#629f37; color:#fff;line-height:30px; height:30px;border-top:#fff 1px dotted; font-size:12px; font-weight:normal; }/******子栏目 背景*********/
.menu ul li:hover ul li a:hover { background:#4d7d2c;line-height:30px; }/******子栏目 背景变色*********/
.menu img{ display:block;}
#bt{background:url(../images/dh.jpg) no-repeat; width:113px; height:40px;}
/*导航结束*/
</pre></body></html>